Fixed typo in icon_size_lookup_intern() - colon instead of semicolon
authorYevgen Muntyan <muntyan@src.gnome.org>
Tue, 16 Oct 2007 22:35:26 +0000 (22:35 +0000)
committerYevgen Muntyan <muntyan@src.gnome.org>
Tue, 16 Oct 2007 22:35:26 +0000 (22:35 +0000)
svn path=/trunk/; revision=18917

gtk/gtkiconfactory.c

index b10e0e685b6ce3a31c7a0ce6c7d59aba2fb1622d..71055c394a03bbbe0db643fc26668572404ee837 100644 (file)
@@ -832,7 +832,7 @@ icon_size_lookup_intern (GtkSettings *settings,
   init_icon_sizes ();
 
   if (size == (GtkIconSize)-1)
-    return FALSE:
+    return FALSE;
 
   if (size >= icon_sizes_used)
     return FALSE;